win32 theme: Fix css syntax error
authorPeter Simonyi <pts@petersimonyi.ca>
Fri, 7 Sep 2018 12:31:22 +0000 (08:31 -0400)
committerPeter Simonyi <pts@petersimonyi.ca>
Fri, 7 Sep 2018 12:31:22 +0000 (08:31 -0400)
gtk/theme/win32/gtk-win32-base.css

index 8ea3104ab0c88cf5625064354736d866b427f964..8f92398f43ca7ee48558cd1c0d12c088c87423aa 100644 (file)
@@ -1040,7 +1040,7 @@ progressbar.vertical progress.pulse {
 
 combobox entry {
     margin-right: calc( -2ex - -gtk-win32-part-width(combobox, 6, 1));
-    background-image: -gtk-win32-theme-part(combobox, 4, 1));
+    background-image: -gtk-win32-theme-part(combobox, 4, 1);
 }
 combobox entry:hover {
     background-image: -gtk-win32-theme-part(combobox, 4, 2);